Exercise One

Modify "shareclick" to change the color of the box on clicking.

Exercise Two

Modify initialisation routines so a client staring up can query master for current orientation and start at that orientation. For this you need to track total angle, and also to add methods for query and response, and figure out how to encode parameters in an rpc call.

Exercise 2 is better attempted after studying the second example in this tutorial.